home *** CD-ROM | disk | FTP | other *** search
- Path: beyond.escape.com!ward
- From: ward@escape.com (Christian Ward)
- Newsgroups: comp.lang.c++
- Subject: file descriptors and fstreams...
- Date: 7 Apr 1996 02:07:14 GMT
- Organization: Stay away from escape.com. It sucks.
- Message-ID: <4k780i$dd5@beyond.escape.com>
- NNTP-Posting-Host: escape.escape.com
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- Hi I'm a very beginner c++ programmer, although I've been doing C for a
- while. I know there's a C function called fdopen which takes a file
- descriptor and creates a stream for it so you can use fprintf, fscanf,
- and all that other good stuff. Is there a similar function (or whatever)
- that takes a file descriptor and does something to let you use << and >>
- with it?
-
- Like I said I'm very new to C++ and I'm sorry that I don't have the
- correct terminology for all this stuff.
-
- Justin
-